home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / percomb.arc / ADDCTLR.ARC / ADDCTLR next >
Text File  |  1988-03-23  |  5KB  |  119 lines

  1.                 
  2.  
  3.                       Perstor Systems, Inc.
  4.                            PS200IO.BIN
  5.  
  6.                     Preliminary Documentation
  7.  
  8.  
  9.  
  10. Description
  11.  
  12.      The PS200IO.BIN program is a special device driver developed 
  13. to  support  the  installation of two Perstor  PS180  Hard  Drive 
  14. Controllers on the same machine. This driver, when installed as a 
  15. device  driver in the CONFIG.SYS,   will allow MS-DOS 2.x/3.x  to 
  16. recognize  the  two  controllers and initialize up to  four  hard 
  17. drives during Power On System Test (POST).
  18.  
  19.      This  device  driver uses port address 300H  to  communicate 
  20. with  the co-resident controller.  Since the resident  controller 
  21. (herein  after  referred to as Controller 1) BIOS is  located  at 
  22. C800:0000H,  the  co-resident controller (Controller 2) must have 
  23. it's onboard BIOS disabled to avoid memory addressing conflicts. 
  24.  
  25.      The  BIOS  on  Controller  2 is  disabled  by  removing  the 
  26. shorting  clip at JMP4.  Port address selection is  activated  by 
  27. placing  a shorting pin on JMP5 of controller 2.  As shipped  the 
  28. controller is designed to use Port 300H. 
  29.  
  30. Note: Be sure you have no other devices using this port address.
  31.  
  32. Installation Instructions
  33.  
  34.      To Install the PS200IO.BIN driver, follow these procedures:
  35.  
  36.      1.  Install Controller 1 according to instructions contained 
  37.          in  the PS200 Series documentation.  At this point treat 
  38.          the controller as the only one to be installed.  Set the 
  39.          drive  jumpers  on JMP6 to reflect the two  hard  drives 
  40.          that will be attached to controller 2.
  41.  
  42.      2. Perform a low level format of the drives using the PS2FMT 
  43.         formatter   program  included  with  your  PS200   Series 
  44.         controller. 
  45.                
  46.      3. High   Level  Format  with  Disk  Manager  from  On-Track   
  47.         Systems,  and  define  the entire drive  as  (1)  Logical 
  48.         Volume.  Do  the  same with the second drive if  you  are 
  49.         installing two drives on Controller 2.  Be sure to define 
  50.         the  drives  as  Write/Read  partitions  instead  of  DOS 
  51.         partitions.
  52.  
  53.      4.  Disconnect  the two drives from Controller 1 and connect      
  54.         the two drives that will be the permanent drives for this 
  55.         controller.  Perform  the  low  level format on  the  two 
  56.         drives  using  PS2FMT.  Partition and high  level  format 
  57.         these  two  drives  using  Disk  Manager  from   On-Track 
  58.         Systems.  When  you  are  finished,  you should  have  an 
  59.         operating system on the first physical drive,  along with 
  60.         the On-Track device driver called dmdrvr.bin    
  61.  
  62.  
  63.      5. You are now ready to install Controller 2 in the  system. 
  64.         Proceed   with  the  installation  and  attach  the   two 
  65.         previously  formatted drives.  Be sure you have  disabled 
  66.         the  BIOS  by removing the shorting pin  for  JMP4.  Also 
  67.         check  that  JMP5 is now shorted for proper port  address 
  68.         300H activation.      
  69.  
  70.  
  71.       6. Copy PS200IO.BIN onto your Boot Drive Root Directory
  72.  
  73.       7. Alter your config.sys on the boot Drive to include
  74.          DEVICE=PS200IO.BIN
  75.          as one of the defined devices to DOS. 
  76.  
  77.          Example CONFIG.SYS  
  78.  
  79.          DEVICE=DMDRVR.BIN
  80.          DEVICE=PS200IO.BIN
  81.          DEVICE=ANSI.SYS
  82.          FILES=20
  83.          BUFFERS=14
  84.          
  85.          etc.
  86.  
  87.  
  88.      8. REBOOT your system.
  89.  
  90.      9. The  one  or more co-resident drives will now  be  single 
  91.         volumes  occurring  after any volumes connected  to  your 
  92.         resident PS180.
  93.  
  94.          Note: The On-TRACK software must be present to alter the 
  95.          sector  size of DOS before the invocation of the  driver 
  96.          PS200IO.BIN.   Other   drivers  such   as   fixt_drv.sys 
  97.          (VFeature) or hardrive.bin (SpeedStor) may also be used. 
  98.          Dmdrvr.bin  is only included here as an example and does 
  99.          not constitute endorsement of this software over similar 
  100.          software from Golden Bow or Storage Dimensions.
  101.  
  102.      10. If you want to use another port address you may DEBUG alter
  103.          PS200IO.BIN at offset 10b:
  104.          DEBUG PS200IO.BIN
  105.          e 10b
  106.          xx 03 xx 03 xx 03 xx 03 until 3D
  107.          W
  108.          q
  109.  
  110.      11. Then  strap JMP5 to the PORT Address base.  If you  must 
  111.          use any port address other than PORT Address 300H,  this 
  112.          may      require modifications to trace  connections  on 
  113.          the  solder  side of the board.  If you  undertake  such 
  114.          modifications  on your own,  the PS180 warranty will  be 
  115.          null and void and repair charges will apply.      
  116.  
  117.  
  118.                      End of preliminary documentation
  119.